ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / BooleanCheckerExtension Class / BooleanChecker Method / BooleanChecker<T>(FlexGridBuilder<T>) Method
the specified flexgrid builder.






In This Topic
    BooleanChecker<T>(FlexGridBuilder<T>) Method
    In This Topic
    Apply the default BooleanChecker extender in FlexGrid.
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public Overloads Shared Function BooleanChecker(Of T)( _
       ByVal gridBuilder As FlexGridBuilder(Of T) _
    ) As FlexGridBuilder(Of T)
    'Usage
     
    
    Dim gridBuilder As FlexGridBuilder(Of T)
    Dim value As FlexGridBuilder(Of T)
     
    value = BooleanCheckerExtension.BooleanChecker(Of T)(gridBuilder)
    [System.Runtime.CompilerServices.Extension()]
    public static FlexGridBuilder<T> BooleanChecker<T>( 
       FlexGridBuilder<T> gridBuilder
    )
    public function BooleanChecker( 
        gridBuilder: FlexGridBuilder
    ): FlexGridBuilder; static; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public static function BooleanChecker( 
       gridBuilder : FlexGridBuilder
    ) : FlexGridBuilder;
    [System.Runtime.CompilerServices.Extension()]
    public: static FlexGridBuilder<T*>* BooleanChecker<T>( 
       FlexGridBuilder<T*>* gridBuilder
    ) 
    [System.Runtime.CompilerServices.Extension()]
    public:
    static FlexGridBuilder<T^>^ BooleanCheckergeneric<typename T>
    ( 
       FlexGridBuilder<T^>^ gridBuilder
    ) 

    Parameters

    gridBuilder
    the specified flexgrid builder.

    Type Parameters

    T
    See Also